From: Stefano Lattarini Date: Sun, 26 May 2013 18:37:23 +0000 (+0200) Subject: tests: remove an "unworthy" FIXME comment X-Git-Tag: v1.13b~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f152503c5f3fc2a1368edfcb19d69a6f08b20bf;p=thirdparty%2Fautomake.git tests: remove an "unworthy" FIXME comment * t/location.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/location.sh b/t/location.sh index 457ebd4bc..a29a262e6 100644 --- a/t/location.sh +++ b/t/location.sh @@ -48,8 +48,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+"$@"}; }