mirror of
https://git.zx2c4.com/cgit
synced 2024-11-09 18:18:42 +00:00
t0109: chain operations with &&
Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
8d8e84e72a
commit
880223dc84
@ -18,7 +18,7 @@ test_expect_success 'no access to $HOME' '
|
|||||||
-E HOME="$non_existant_path" \
|
-E HOME="$non_existant_path" \
|
||||||
-E CGIT_CONFIG="$PWD/cgitrc" \
|
-E CGIT_CONFIG="$PWD/cgitrc" \
|
||||||
-E QUERY_STRING="url=foo/commit" \
|
-E QUERY_STRING="url=foo/commit" \
|
||||||
-e access -f -o strace.out cgit
|
-e access -f -o strace.out cgit &&
|
||||||
test_must_fail grep "$non_existant_path" strace.out
|
test_must_fail grep "$non_existant_path" strace.out
|
||||||
'
|
'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user