Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 584144
Collapse All | Expand All

(-)a/tests/foreign.at (-1 / +1 lines)
Lines 57-63 Link Here
57
# Make sure at-path contains something valid, and let the test suite
57
# Make sure at-path contains something valid, and let the test suite
58
# display it when verbose.  And fail, skipping would too easily hide
58
# display it when verbose.  And fail, skipping would too easily hide
59
# problems.
59
# problems.
60
AT_CHECK([sed -n ["s,^.*\`\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
60
AT_CHECK([sed -n ["s,^[^']*[\`']\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
61
AT_CHECK([test -f "`sed -n 1p stdout`"])
61
AT_CHECK([test -f "`sed -n 1p stdout`"])
62
# Older libtoolize installed everything but install-sh...
62
# Older libtoolize installed everything but install-sh...

Return to bug 584144