Skip to content

Commit

Permalink
test: fix setting current directory in system test
Browse files Browse the repository at this point in the history
  • Loading branch information
amchiclet committed May 3, 2022
1 parent e904b2d commit 7f4a4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm_install() {

set -eox pipefail
cp -r /src /cloned_src
cd /cloned_src/system-test
cd /cloned_src

NODEDIR=$(dirname $(dirname $(which node)))

Expand Down

0 comments on commit 7f4a4a8

Please sign in to comment.