Skip to content

Commit

Permalink
Merge pull request #1145 from wihobbs/trailing-amp
Browse files Browse the repository at this point in the history
testsuite: remove trailing ampersands in tests
  • Loading branch information
mergify[bot] authored Feb 21, 2024
2 parents 3abccaa + 93fdc31 commit 991d370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/t4005-match-unsat.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_under_flux 1
test_debug '
echo ${grug} &&
echo ${jobspec1} &&
echo ${jobspec2} &&
echo ${jobspec2}
'

test_expect_success 'loading resource module with a tiny machine config works' '
Expand Down
2 changes: 1 addition & 1 deletion t/t4008-match-jgf.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test_under_flux 1
# print only with --debug
#
test_debug '
echo ${jgf_4core} &&
echo ${jgf_4core}
'

# Test using the full resource matching service
Expand Down

0 comments on commit 991d370

Please sign in to comment.