projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed5902
)
tests: remove an "unworthy" FIXME comment
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Sun, 26 May 2013 18:37:23 +0000
(20:37 +0200)
committer
Stefano Lattarini
<stefano.lattarini@gmail.com>
Sun, 26 May 2013 18:37:23 +0000
(20:37 +0200)
* t/location.sh: Here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/location.sh
patch
|
blob
|
history
diff --git
a/t/location.sh
b/t/location.sh
index
457ebd4
..
a29a262
100644
(file)
--- 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+"$@"};
}