summaryrefslogtreecommitdiff
path: root/t/location.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-26 22:29:25 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-26 22:29:25 +0200
commit1882ae6462376f2eb6ed5555c83d0f736edd8c1a (patch)
treeea1423397b53ce9fe88e90d4d689e7d265518f43 /t/location.sh
parentfef0dd0d34159dea143000d2a12cd918bde21750 (diff)
parent507d4577439e6c893a7a868068e311fdecbb12d5 (diff)
downloadautomake-1882ae6462376f2eb6ed5555c83d0f736edd8c1a.tar.gz
Merge branch 'master' into ng/master
* master: tests: remove an "unworthy" FIXME comment tests: remove one obsolete workaround for long-lifted limitations tests: couple of minor tweaks in demo tests in C++ and Libtool Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/location.sh')
-rw-r--r--t/location.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/location.sh b/t/location.sh
index ea865c5c7..310160f64 100644
--- a/t/location.sh
+++ b/t/location.sh
@@ -44,8 +44,6 @@ END
# Smash the useless difference of lib file locations.
smash_useless_diffs ()
{
- # FIXME: we could get rid of the second 's,,,' once we improve our
- # wrapper scripts ...
sed -e "s,^$am_amdir/\\([a-z]*\.am\\),\\1," \
-e "s,^automake-$APIVERSION:,automake:," ${1+"$@"};
}