Skip to content

Commit

Permalink
fix jotta-fuse test
Browse files Browse the repository at this point in the history
  • Loading branch information
havardgulldahl committed Sep 4, 2016
1 parent fbf70ec commit 318ced5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clitest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TMPDIR=$(mktemp -d 2>/dev/null || mktemp -d -t 'mytmpdir');
STAMP=$(date +%s);
TESTFILE="$TMPDIR/Jotta/Archive/test/jottafuse.clitest.${STAMP}.txt";
INDIR=$(dirname "$TESTFILE");
FUSEDIR="$INDIR/fuse-${STAMP}";
FUSEDIR="$TMPDIR/FUSEMOUNT-${STAMP}";
JOTTADIR="//Jotta/Archive/test-${STAMP}"
LOCALTESTFILE="${TMPDIR}/cli-${STAMP}-æøåöä.txt";
cat << HERE > "$LOCALTESTFILE"
Expand Down

0 comments on commit 318ced5

Please sign in to comment.