summaryrefslogtreecommitdiff
path: root/devel/delta/files/patch-test0__delta_hello.test
blob: a1c0514fcb0d2c038be17c259e2fb3a1c33c9da8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- test0_delta/hello.test.orig	2023-06-30 11:16:27 UTC
+++ test0_delta/hello.test
@@ -1,6 +1,6 @@
 #!/usr/local/bin/bash
 # -*-sh-*-
-if gcc -o a.out $1 &> cmp_out; then
+if cc -o a.out $1 &> cmp_out; then
     if ! ./a.out &> run_out; then
         exit 0;                 # Success.
     fi