Skip to content

Commit

Permalink
rm unnecessary cd "$MYDIR" from all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 3, 2024
1 parent 22e185c commit 6b60186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/29_glob_plus_pg.tush
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh -l
$ ./$MAKESURE -f tests/29_glob_plus_pg.sh -l

$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g1
$ ./$MAKESURE -f tests/29_glob_plus_pg.sh g1

$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g2
$ ./$MAKESURE -f tests/29_glob_plus_pg.sh g2

$ cd "$MYDIR"; ./$MAKESURE -f tests/29_glob_plus_pg.sh g3
$ ./$MAKESURE -f tests/29_glob_plus_pg.sh g3

0 comments on commit 6b60186

Please sign in to comment.