Skip to content

Commit

Permalink
squash: fix commented command
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Sep 12, 2024
1 parent b71448d commit 5681f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/provision/ssh-multiplexing/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ rlJournalStart
rlPhaseStartCleanup
rlRun "popd"
rlRun "rm -r $run" 0 "Remove run directory"
# rlRun "rm -r $long_run" 0 "Remove run directory with the long name"
rlRun "rm -r $long_run" 0 "Remove run directory with the long name"
rlPhaseEnd
rlJournalEnd

0 comments on commit 5681f20

Please sign in to comment.