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,5 +1,5 @@
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
@@ -31,10 +31,10 @@ manipulating ID3 tags and to apply them to any number of files.
31]) 31])
32 32
33AT_CHECK([ 33AT_CHECK([
34PREREQ_GUILE 34WITH_GUILE([
35genfile -f file 10k 35genfile -f file 10k
36idest -N -p $abs_top_srcdir/scheme --batch \ 36idest -N -p $abs_top_srcdir/scheme --batch \
37 setlyrics --lang eng -c 'sample lyrics' -f input file 37 setlyrics --lang eng -c 'sample lyrics' -f input file])
38idest -a file | sed 's/ *$//' 38idest -a file | sed 's/ *$//'
39], 39],
40[0], 40[0],

Return to:

Send suggestions and report system problems to the System administrator.