##// END OF EJS Templates
tests: stop creating temporary files in TESTDIR
Arseniy Alekseyev -
r50503:2af928d6 stable
parent child Browse files
Show More
@@ -982,11 +982,11 b' Changing the hgignore rules makes us rec'
982 $ mkdir another-subdir
982 $ mkdir another-subdir
983 $ touch another-subdir/something-else
983 $ touch another-subdir/something-else
984
984
985 $ cat > "$TESTDIR"/extra-hgignore <<EOF
985 $ cat > "$TESTTMP"/extra-hgignore <<EOF
986 > something-else
986 > something-else
987 > EOF
987 > EOF
988
988
989 $ hg status --config ui.ignore.global="$TESTDIR"/extra-hgignore
989 $ hg status --config ui.ignore.global="$TESTTMP"/extra-hgignore
990 $ hg debugdirstate --all --no-dates | grep '^ '
990 $ hg debugdirstate --all --no-dates | grep '^ '
991 0 -1 set subdir
991 0 -1 set subdir
992
992
General Comments 0
You need to be logged in to leave comments. Login now