summaryrefslogtreecommitdiff
path: root/tests/old-m4-iface.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/old-m4-iface.at')
-rw-r--r--tests/old-m4-iface.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old-m4-iface.at b/tests/old-m4-iface.at
index eab1192f..b5a0e482 100644
--- a/tests/old-m4-iface.at
+++ b/tests/old-m4-iface.at
@@ -94,7 +94,7 @@ LT_AT_EXEC_CHECK([./old], 0, [Hello, World!])
# Now, test that libtoolize doesn't mistakenly think the user called
# any libtool macros if in fact she didn't.
-sed '/AM_PROG_LIBTOOL/d' configure.in >configure.int
+$SED '/AM_PROG_LIBTOOL/d' configure.in >configure.int
mv -f configure.int configure.in
AT_CHECK([$LIBTOOLIZE -n], [0], [stdout], [stderr])
# ensure no shell errors: