aboutsummaryrefslogtreecommitdiff
path: root/tests/version.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/version.at')
-rw-r--r--tests/version.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/version.at b/tests/version.at
index 4d71ee1..bbf0144 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -13,13 +13,13 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU pies. If not, see <http://www.gnu.org/licenses/>.
AT_SETUP([GNU pies version])
-AT_CHECK([pies --version | sed '1{s/ *[\[.*\]]//;q}' ],
+AT_CHECK([pies --version | sed -n '1{s/ *[\[.*\]]//;p;}' ],
[0],
[pies (AT_PACKAGE_NAME) AT_PACKAGE_VERSION
],
[],
[PIES_XFAIL_MSG([WARNING: Not using the proper version, *all* checks dubious...])
],

Return to:

Send suggestions and report system problems to the System administrator.