aboutsummaryrefslogtreecommitdiff
path: root/tests/setlyrics.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setlyrics.at')
-rw-r--r--tests/setlyrics.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/setlyrics.at b/tests/setlyrics.at
index 2b9f983..dba8090 100644
--- a/tests/setlyrics.at
+++ b/tests/setlyrics.at
@@ -1,8 +1,8 @@
# This file is part of idest -*- autotest -*-
-# Copyright (C) 2011 Sergey Poznyakoff
+# Copyright (C) 2011, 2015 Sergey Poznyakoff
#
# Idest is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -28,16 +28,16 @@ The idest utility allows to create new tags, and to view,
modify or delete the existing ones. When compiled with Guile,
IdEst allows you to write programs of arbitrary complexity for
manipulating ID3 tags and to apply them to any number of files.
])
AT_CHECK([
-PREREQ_GUILE
+WITH_GUILE([
genfile -f file 10k
idest -N -p $abs_top_srcdir/scheme --batch \
- setlyrics --lang eng -c 'sample lyrics' -f input file
+ setlyrics --lang eng -c 'sample lyrics' -f input file])
idest -a file | sed 's/ *$//'
],
[0],
[USLT:eng:sample lyrics:
IdEst is an ID3 Edit and Scripting Tool, a command line utility for

Return to:

Send suggestions and report system problems to the System administrator.