bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25140: [PATCH] test: implement -N


From: isabella parakiss
Subject: bug#25140: [PATCH] test: implement -N
Date: Thu, 8 Dec 2016 17:56:19 +0100

test currently produces this error message with -N
$ /bin/test -N /
/bin/test: extra argument ‘-N’

which is different from what you get with an invalid unary operator
$ /bin/test -q /
/bin/test: ‘-q’: unary operator expected

bash's test -N is supported in test_unop, but the actual test isn't there

since src/test.c and the one in bash share a common root, i thought it
makes sense to implement it here as well


---
xoxo iza

Attachment: 0001-test-implement-N.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]