From a01c4d237ff60377f5a9b21a835eae5eaa922cf5 Mon Sep 17 00:00:00 2001 From: ranger6 Date: Wed, 13 Dec 2017 18:18:57 +0100 Subject: [PATCH 1/2] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 52d4574..8f422a2 100755 --- a/test.sh +++ b/test.sh @@ -3,4 +3,4 @@ echo "Hello world. Submit a PR to change this missing." echo "Or submit a PR to change the exit to make this test pass or fail." -exit 0 +exit 42 From 209e1bf058c254ec99f329c02490a61c7a6b87c3 Mon Sep 17 00:00:00 2001 From: ranger6 Date: Wed, 13 Dec 2017 18:29:46 +0100 Subject: [PATCH 2/2] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8f422a2..52d4574 100755 --- a/test.sh +++ b/test.sh @@ -3,4 +3,4 @@ echo "Hello world. Submit a PR to change this missing." echo "Or submit a PR to change the exit to make this test pass or fail." -exit 42 +exit 0