projects
/
pspp-builds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Change the order of the reported NPAR values in two sample related tests.
[pspp-builds.git]
/
tests
/
language
/
utilities
/
cache.at
1
AT_BANNER([CACHE])
2
3
AT_SETUP([CACHE])
4
AT_DATA([cache.sps], [dnl
5
CACHE.
6
])
7
AT_CHECK([pspp -O format=csv cache.sps])
8
AT_CLEANUP