diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-26 20:37:23 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-26 20:37:23 +0200 |
commit | 3f152503c5f3fc2a1368edfcb19d69a6f08b20bf (patch) | |
tree | cecdab5a9bc2eed2da5a29985665a9732f91cd28 | |
parent | 5ed59024adfb8d0d4c346b6c229f68f824ceb438 (diff) | |
download | automake-3f152503c5f3fc2a1368edfcb19d69a6f08b20bf.tar.gz |
tests: remove an "unworthy" FIXME comment
* t/location.sh: Here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r-- | t/location.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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+"$@"}; } |