Skip to content

Commit 991d370

Browse files
authored
Merge pull request #1145 from wihobbs/trailing-amp
testsuite: remove trailing ampersands in tests
2 parents 3abccaa + 93fdc31 commit 991d370

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)