sys-file-reader: Add PSPP version to messages that ask for files.
[pspp] / tests / ui / terminal / main.at
index 2f682e8d2d6b4ed245096da4e8d651914bbc5571..128ad4182de1f199ce6beca5fea95d6cc8f2e7a8 100644 (file)
@@ -24,16 +24,18 @@ AT_CLEANUP
 AT_SETUP([SIGSEGV yields error report])
 AT_CHECK([[echo 'host command=["kill -SEGV $PPID"].' | pspp -O format=csv]],
   [139], [], [stderr])
-AT_DATA([expout], [dnl
+
+cat > expout <<EOF
 ******************************************************
 You have discovered a bug in PSPP.  Please report this
-to bug-gnu-pspp@gnu.org.  Please include this entire
+to $PACKAGE_BUGREPORT.  Please include this entire
 message, *plus* several lines of output just above it.
 For the best chance at having the bug fixed, also
 include the syntax file that triggered it and a sample
 of any data file used for input.
 proximate cause:     Segmentation Violation
-])
+EOF
+
 AT_CHECK([sed '/proximate/q' < stderr], [0], [expout])
 AT_CLEANUP