##// END OF EJS Templates
tests: put temporary file outside the working directory for test portability...
FUJIWARA Katsunori -
r30239:6e04f4ec stable
parent child Browse files
Show More
@@ -712,7 +712,7 b' bit correctly on the platform being unaw'
712
712
713 $ hg update -q -C 4
713 $ hg update -q -C 4
714
714
715 $ cat > exec-bit.patch <<EOF
715 $ cat > ../exec-bit.patch <<EOF
716 > # HG changeset patch
716 > # HG changeset patch
717 > # User test
717 > # User test
718 > # Date 0 0
718 > # Date 0 0
@@ -725,8 +725,8 b' bit correctly on the platform being unaw'
725 > old mode 100644
725 > old mode 100644
726 > new mode 100755
726 > new mode 100755
727 > EOF
727 > EOF
728 $ hg import --exact --bypass exec-bit.patch
728 $ hg import --exact --bypass ../exec-bit.patch
729 applying exec-bit.patch
729 applying ../exec-bit.patch
730 $ hg status -A --rev tip large2
730 $ hg status -A --rev tip large2
731 C large2
731 C large2
732
732
General Comments 0
You need to be logged in to leave comments. Login now