##// END OF EJS Templates
test-basic: make test compatible with chg...
Saurabh Singh -
r34449:1f5bd3e1 default
parent child Browse files
Show More
@@ -31,7 +31,9 b' Writes to stdio succeed and fail appropr'
31 31 $ hg status >/dev/full
32 32 abort: No space left on device
33 33 [255]
34 #endif
34 35
36 #if devfull no-chg
35 37 $ hg status >/dev/full 2>&1
36 38 [1]
37 39
@@ -39,6 +41,14 b' Writes to stdio succeed and fail appropr'
39 41 [1]
40 42 #endif
41 43
44 #if devfull chg
45 $ hg status >/dev/full 2>&1
46 [255]
47
48 $ hg status ENOENT 2>/dev/full
49 [255]
50 #endif
51
42 52 $ hg commit -m test
43 53
44 54 This command is ancient:
General Comments 0
You need to be logged in to leave comments. Login now