Skip to content

Commit

Permalink
fix: remove local path from test
Browse files Browse the repository at this point in the history
Signed-off-by: Bolun Thompson <[email protected]>
  • Loading branch information
BolunThompson committed Nov 19, 2024
1 parent 490e0a1 commit 6d6b29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/tests/interface_tests/test-IFS.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IFS=/
curr_dir=/home/bolun/programming/pash
curr_dir=/test1/test2/test3/test4
for name in $curr_dir; do
echo "$name"
done

0 comments on commit 6d6b29f

Please sign in to comment.