aboutsummaryrefslogtreecommitdiff
path: root/tests/script05.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-30 08:25:42 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-30 08:25:42 +0200
commit9a286d24b51ab106db6fe389767d79d3f5dea159 (patch)
treeedcf4a61cc076a57bc35a84703abe3d0344db95e /tests/script05.at
parent7e8606f27404fe8da3051f90eadef4076f2f7a08 (diff)
downloadidest-9a286d24b51ab106db6fe389767d79d3f5dea159.tar.gz
idest-9a286d24b51ab106db6fe389767d79d3f5dea159.tar.bz2
Minor scheme fixes.
* scheme/dry-run.scm: Mention a bug in Guile 2.0.9 that causes %load-hook to be called twice. * scheme/idest/list-modules.scm: Improve error handling. * tests/script05.at: Remove the "loading" diagnostics from the output. * tests/script08.at: Likewise.
Diffstat (limited to 'tests/script05.at')
-rw-r--r--tests/script05.at3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/script05.at b/tests/script05.at
index 89ebfb1..450c1c9 100644
--- a/tests/script05.at
+++ b/tests/script05.at
@@ -33,13 +33,12 @@ genfile -f file -p $abs_srcdir/id3v2 10k
cp file file.bak
echo removing APIC frames
idest -N -p $abs_top_srcdir/scheme -n -S delpic.scm file |
- sed "s|$abs_top_srcdir|abs_top_srcdir|"])
+ sed -e '/^dry-run: loading/d'])
echo cmp
cmp file.bak file
],
[0],
[removing APIC frames
-dry-run: loading ./delpic.scm ...
File file
(TIT2 (descr . Title/songname/content description) (text . File))
(TALB (descr . Album/movie/show title) (text . Idest Test Suite))

Return to:

Send suggestions and report system problems to the System administrator.