diff options
Diffstat (limited to 'system/apk-tools/dash.patch')
-rw-r--r-- | system/apk-tools/dash.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/apk-tools/dash.patch b/system/apk-tools/dash.patch index 811427d3c..5847d87df 100644 --- a/system/apk-tools/dash.patch +++ b/system/apk-tools/dash.patch @@ -1,6 +1,6 @@ --- apk-tools-2.10.4/test/solver.sh +++ apk-tools-2.10.4/test/solver.sh -@@ -11,9 +11,9 @@ TEST_TO_RUN="$@" +@@ -10,9 +10,9 @@ TEST_TO_RUN="$@" fail=0 pass=0 for test in ${TEST_TO_RUN:-*.test}; do |