aboutsummaryrefslogtreecommitdiff
path: root/tests/script07.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/script07.at')
-rw-r--r--tests/script07.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/script07.at b/tests/script07.at
index 2a5d3c7..99c9b95 100644
--- a/tests/script07.at
+++ b/tests/script07.at
@@ -1,8 +1,8 @@
1# This file is part of idest -*- autotest -*- 1# This file is part of idest -*- autotest -*-
2# Copyright (C) 2011 Sergey Poznyakoff 2# Copyright (C) 2011, 2015 Sergey Poznyakoff
3# 3#
4# Idest is free software; you can redistribute it and/or modify 4# Idest is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
@@ -25,17 +25,17 @@ AT_DATA([delpic.scm],
25 (lambda (elt) 25 (lambda (elt)
26 (not (string=? (car elt) "APIC"))) 26 (not (string=? (car elt) "APIC")))
27 frames)) 27 frames))
28]) 28])
29 29
30AT_CHECK([ 30AT_CHECK([
31PREREQ_GUILE 31WITH_GUILE([
32genfile -f file -p $abs_srcdir/id3v2 10k 32genfile -f file -p $abs_srcdir/id3v2 10k
33$INSTALL_PROG -d scheme/idest/batch 33$INSTALL_PROG -d scheme/idest/batch
34$INSTALL_PROG delpic.scm scheme/idest/batch 34$INSTALL_PROG delpic.scm scheme/idest/batch
35idest -N -p $abs_top_srcdir/scheme:`pwd`/scheme --batch delpic file 35idest -N -p $abs_top_srcdir/scheme:`pwd`/scheme --batch delpic file])
36idest -a file 36idest -a file
37], 37],
38[0], 38[0],
39[TIT2: File 39[TIT2: File
40TALB: Idest Test Suite 40TALB: Idest Test Suite
41TRCK: 1 41TRCK: 1

Return to:

Send suggestions and report system problems to the System administrator.