diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-04-05 20:37:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-04-05 20:37:54 +0200 |
commit | f88928e1360cd930d55b56d7f67fc7af8aacfa15 (patch) | |
tree | 9e8ac051e4795cb449e7c6a8bfac5918ca50f9b5 /test-test | |
parent | add ability to test multi-call binaries (diff) | |
download | base-util-tests-f88928e1360cd930d55b56d7f67fc7af8aacfa15.tar.gz base-util-tests-f88928e1360cd930d55b56d7f67fc7af8aacfa15.tar.bz2 base-util-tests-f88928e1360cd930d55b56d7f67fc7af8aacfa15.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'test-test')
-rwxr-xr-x | test-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-test/test b/test-test/test index 8a2a203..b042d54 100755 --- a/test-test/test +++ b/test-test/test @@ -537,7 +537,7 @@ prec () np_prec () { T -n -a -n 2> /dev/null - report_np $? "np_prec (obsolescent)" + report_np $? "np_prec (obsolescent) (questionable)" } Sflag () |