Fix table regression tests for unix platforms(s: -> s|) Not part of any build.
git-svn-id: svn://10.0.0.236/trunk@63479 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
bf9cba45c8
commit
a7068c6c76
@ -6,7 +6,7 @@
|
||||
viewer=$MOZ_SRC/mozilla/dist/bin/viewer
|
||||
testsfile=/tmp/$$-tests.txt
|
||||
|
||||
sed -e "s@file:///s:@file:$MOZ_SRC@" < file_list.txt > $testsfile
|
||||
sed -e "s@file:///s|@file:$MOZ_SRC@" < file_list.txt > $testsfile
|
||||
|
||||
if test "$1"x = "baselinex"; then
|
||||
rm -r -f baseline
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user