##// END OF EJS Templates
test-dispatch: Make test of removed working directory work on AIX (issue2315)...
Mads Kiilerich -
r11772:423ece53 stable
parent child Browse files
Show More
@@ -22,8 +22,8 b' EOF'
22 22 hg cat a
23 23
24 24 echo '% working directory removed'
25 rm -rf $dir/a
26 hg --version
25 sh -c "cd $dir && rm -rf a"
26 hg --version 2>&1 | sed -e 's,\(abort:.*:\).*$,\1 ...,g'
27 27
28 28 echo '% no repo'
29 29 cd $dir
@@ -34,6 +34,6 b' use "hg -v help cat" to show global opti'
34 34 a
35 35 a: No such file in rev 000000000000
36 36 % working directory removed
37 abort: error getting current working directory: No such file or directory
37 abort: error getting current working directory: ...
38 38 % no repo
39 39 abort: There is no Mercurial repository here (.hg not found)!
General Comments 0
You need to be logged in to leave comments. Login now