test: "test !" was accessing argv past NULL - fix it. Closes 4832
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 8 Mar 2012 02:50:01 +0000 (03:50 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 8 Mar 2012 02:50:01 +0000 (03:50 +0100)
commit07fcaab595e9029ebe37f5240a10038c493af545
tree20e175ae2f5bd3534104e09f090524881799f95b
parentd98dc92d6a8bcc68287310c3e33a77efb9fcbe3b
test: "test !" was accessing argv past NULL - fix it. Closes 4832

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/test.c