aboutsummaryrefslogtreecommitdiff
path: root/tests/script01.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/script01.at')
-rw-r--r--tests/script01.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/script01.at b/tests/script01.at
index e03aa41..64e185b 100644
--- a/tests/script01.at
+++ b/tests/script01.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#
@@ -26,22 +26,22 @@ AT_DATA([framelist.scm],[
26 (display frame) 26 (display frame)
27 (newline)) 27 (newline))
28 frames)) 28 frames))
29]) 29])
30 30
31AT_CHECK([ 31AT_CHECK([
32PREREQ_GUILE 32WITH_GUILE([
33genfile -f file1 -s $abs_srcdir/id3v1 10k 33genfile -f file1 -s $abs_srcdir/id3v1 10k
34genfile -f file2 -p $abs_srcdir/id3v2 10k 34genfile -f file2 -p $abs_srcdir/id3v2 10k
35 35
36echo In current working dir 36echo In current working dir
37idest -N -S framelist file1 file2 37idest -N -S framelist file1 file2
38echo In subdir 38echo In subdir
39mkdir subdir 39mkdir subdir
40mv framelist.scm subdir 40mv framelist.scm subdir
41idest -N -P `pwd`/subdir -S framelist file1 file2 41idest -N -P `pwd`/subdir -S framelist file1 file2])
42], 42],
43[0], 43[0],
44[In current working dir 44[In current working dir
45file1 45file1
46(TIT2 (descr . Title/songname/content description) (text . File)) 46(TIT2 (descr . Title/songname/content description) (text . File))
47(TPE1 (descr . Lead performer(s)/soloist(s)) (text . Sergey Poznyakoff)) 47(TPE1 (descr . Lead performer(s)/soloist(s)) (text . Sergey Poznyakoff))

Return to:

Send suggestions and report system problems to the System administrator.