Skip to content

Commit 93fdc31

Browse files
committed
testsuite: remove trailing ampersands in tests
Problem: there are two tests that have trailing && in the test_debug calls, and when these tests are run with the --debug flag in GitLab CI, they error out. Remove those trailing ampersands.
1 parent 3abccaa commit 93fdc31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/t4005-match-unsat.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test_under_flux 1
2121
test_debug '
2222
echo ${grug} &&
2323
echo ${jobspec1} &&
24-
echo ${jobspec2} &&
24+
echo ${jobspec2}
2525
'
2626

2727
test_expect_success 'loading resource module with a tiny machine config works' '

t/t4008-match-jgf.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test_under_flux 1
2222
# print only with --debug
2323
#
2424
test_debug '
25-
echo ${jgf_4core} &&
25+
echo ${jgf_4core}
2626
'
2727

2828
# Test using the full resource matching service

0 commit comments

Comments
 (0)