Skip to content

Commit

Permalink
[ test ] Remove unnecessary -e check
Browse files Browse the repository at this point in the history
  • Loading branch information
MithicSpirit committed Oct 16, 2023
1 parent ee7e3e3 commit b5481be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/node/node017/run
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
. ../../testutils.sh

[ -e testdir ] && rm -rf testdir
rm -rf testdir

run --cg node dir.idr | filter_test_dir
cat testdir/test.txt

0 comments on commit b5481be

Please sign in to comment.