Skip to content

Commit

Permalink
Unnecessary set -o pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Oct 21, 2024
1 parent a4f9081 commit cf641bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rlJournalStart
rlPhaseStartSetup "phase-setup"
rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory"
rlRun "pushd $tmp"
rlRun "set -o pipefail"
rlPhaseEnd

rlPhaseStartTest "Internal test of environment variable values"
Expand Down

0 comments on commit cf641bf

Please sign in to comment.