Skip to content

Commit

Permalink
Avoid a fishy pushd *
Browse files Browse the repository at this point in the history
  • Loading branch information
Théophane Hufschmitt committed Jul 27, 2023
1 parent 8deaa42 commit 719acd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ test_template () {
test_example () (
examplePath=$(realpath "$1")
pushd_temp
cp -r "$examplePath" .
pushd ./*
cp -r "$examplePath" ./example
pushd ./example
prepare_shell
nix build --print-build-logs
popd
Expand Down

0 comments on commit 719acd1

Please sign in to comment.