Change terminology from "active file" to "active dataset".
[pspp-builds.git] / tests / language / command.at
index aa4eff53511b00a768087ced97357c4ac364b797..8d65b6fb8c2998bd14a27ee8d5f4d9f9b2174587 100644 (file)
@@ -9,7 +9,7 @@ EXECUTE.
 AT_CHECK([pspp -O format=csv command.sps], [1], [dnl
 command.sps:1: error: Unknown command `DATA rubbish'.
 
-command.sps:2: error: EXECUTE: EXECUTE is allowed only after the active file has been defined.
+command.sps:2: error: EXECUTE: EXECUTE is allowed only after the active dataset has been defined.
 ])
 AT_CLEANUP