mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-23 14:31:57 +01:00
9 lines
268 B
Diff
9 lines
268 B
Diff
Ref https://github.com/ukoethe/vigra/pull/600
|
|
|
|
--- a/config/run_test.sh.in
|
|
+++ b/config/run_test.sh.in
|
|
@@ -1,2 +1,2 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
PATH=@EXTRA_PATH@$PATH && cd @CMAKE_CURRENT_BINARY_DIR@ && (@VIGRA_TEST_EXECUTABLE@ || { touch testsuccess.cxx; exit 1; } )
|