summaryrefslogtreecommitdiff
path: root/tests/tagdemo.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tagdemo.at')
-rw-r--r--tests/tagdemo.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tagdemo.at b/tests/tagdemo.at
index d7f94be3..37ea5f0e 100644
--- a/tests/tagdemo.at
+++ b/tests/tagdemo.at
@@ -388,7 +388,7 @@ LT_AT_BOOTSTRAP([], [-I m4], [], [--add-missing], [],
[--disable-static], [ignore])
AT_CHECK([$GREP "^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([], [./tagdemo])