[SCM] Git repository for devscripts branch, master, updated. v2.12.4-47-g1b29202

Benjamin Drung bdrung at debian.org
Thu Oct 25 21:30:11 UTC 2012


The following commit has been merged in the master branch:
commit 65a87f92241d8856faefbb3837d921a94db3c247
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Oct 25 23:14:45 2012 +0200

    Correct test output for previous commit.

diff --git a/test/bashisms/exit-code.sh.out b/test/bashisms/exit-code.sh.out
index 01cfe72..a1b0870 100644
--- a/test/bashisms/exit-code.sh.out
+++ b/test/bashisms/exit-code.sh.out
@@ -1,6 +1,6 @@
-possible bashism in bashisms/exit-code.sh line 4 ('exit --' should be 'exit'):
+possible bashism in bashisms/exit-code.sh line 4 ('exit --' should be 'exit' (idem for return)):
 exit -- 2 # BASHISM
-possible bashism in bashisms/exit-code.sh line 6 (exit status code greater than 255):
+possible bashism in bashisms/exit-code.sh line 6 (exit|return status code greater than 255):
 exit 256 # BASHISM
-possible bashism in bashisms/exit-code.sh line 7 (exit with negative status code):
+possible bashism in bashisms/exit-code.sh line 7 (exit|return with negative status code):
 exit -1 # BASHISM

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list