summaryrefslogtreecommitdiff
path: root/tests/cdemo.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cdemo.at')
-rw-r--r--tests/cdemo.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cdemo.at b/tests/cdemo.at
index 8f045ea4..47f69fcf 100644
--- a/tests/cdemo.at
+++ b/tests/cdemo.at
@@ -186,7 +186,7 @@ LT_AT_CHECK_CONFIG([--disable-static])
AT_CHECK([$EGREP "^allow_undefined_flag=.\{0,1\}unsupported.\{0,1\}$" libtool && (exit 77)],
1, [ignore])
-sed 's|allow_undefined=no|allow_undefined=yes|g' libtool > ltnew && mv -f ltnew libtool
+$SED 's|allow_undefined=no|allow_undefined=yes|g' libtool > ltnew && mv -f ltnew libtool
LT_AT_CHECK_EXECUTE([], [./cdemo])