##// END OF EJS Templates
tests: use ls -A instead of ls -1 in test-removeemptydirs.t...
av6 -
r50487:12efb17f stable
parent child Browse files
Show More
@@ -134,7 +134,8 b' Windows is not affected'
134 $ hg $DO_RM --config extensions.histedit= histedit -q --commands ../histedit_commands
134 $ hg $DO_RM --config extensions.histedit= histedit -q --commands ../histedit_commands
135 current directory was removed (no-windows !)
135 current directory was removed (no-windows !)
136 (consider changing to repo root: $TESTTMP/hghistedit) (no-windows !)
136 (consider changing to repo root: $TESTTMP/hghistedit) (no-windows !)
137 $ ls -1 $TESTTMP/hghistedit/
137 $ ls -A $TESTTMP/hghistedit/
138 .hg
138 histedit_commands
139 histedit_commands
139 r0
140 r0
140 r1
141 r1
@@ -149,9 +150,9 b' Windows is not affected'
149 $ "$PYTHON" "$TESTTMP/pwd.py"
150 $ "$PYTHON" "$TESTTMP/pwd.py"
150 <directory is no longer accessible>
151 <directory is no longer accessible>
151 #endif
152 #endif
152 $ ls -1 $TESTTMP/hghistedit/somedir
153 $ ls -A $TESTTMP/hghistedit/somedir
153 foo
154 foo
154 $ ls -1
155 $ ls -A
155 foo (windows !)
156 foo (windows !)
156
157
157 Get out of the doomed directory
158 Get out of the doomed directory
General Comments 0
You need to be logged in to leave comments. Login now