Skip to content

Commit

Permalink
ci: revert test dir in export test
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 6, 2024
1 parent d0b75b9 commit e4822ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exports_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
TESTDIR="$SCRIPT_DIR/../tmp"
TESTDIR="/tmp/mime_test"

echo -e "\n\nExports test"
\rm -fr $TESTDIR
Expand Down

0 comments on commit e4822ff

Please sign in to comment.