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 /true-test/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 '')
-rwxr-xr-x | true-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/true-test/test b/true-test/test index aef6c70..4ff838a 100755 --- a/true-test/test +++ b/true-test/test @@ -19,7 +19,7 @@ report () args0 () { - $t + $t report $? "args0" } |