diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-24 10:24:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-24 10:24:53 +0100 |
commit | 84486936dcdd71062ba55ac8237793cdfb6e3a46 (patch) | |
tree | fd5507fae68fde7692133008fd66d8aebb02505a /false-test | |
parent | Add cksum-test (diff) | |
download | base-util-tests-84486936dcdd71062ba55ac8237793cdfb6e3a46.tar.gz base-util-tests-84486936dcdd71062ba55ac8237793cdfb6e3a46.tar.bz2 base-util-tests-84486936dcdd71062ba55ac8237793cdfb6e3a46.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'false-test')
-rwxr-xr-x | false-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/false-test/test b/false-test/test index 9e525fd..7628bbc 100755 --- a/false-test/test +++ b/false-test/test @@ -19,7 +19,7 @@ report () args0 () { - ! $t + ! $t report $? "args0" } |