##// 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 hg cat a
22 hg cat a
23
23
24 echo '% working directory removed'
24 echo '% working directory removed'
25 rm -rf $dir/a
25 sh -c "cd $dir && rm -rf a"
26 hg --version
26 hg --version 2>&1 | sed -e 's,\(abort:.*:\).*$,\1 ...,g'
27
27
28 echo '% no repo'
28 echo '% no repo'
29 cd $dir
29 cd $dir
@@ -34,6 +34,6 b' use "hg -v help cat" to show global opti'
34 a
34 a
35 a: No such file in rev 000000000000
35 a: No such file in rev 000000000000
36 % working directory removed
36 % working directory removed
37 abort: error getting current working directory: No such file or directory
37 abort: error getting current working directory: ...
38 % no repo
38 % no repo
39 abort: There is no Mercurial repository here (.hg not found)!
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