diff options
Diffstat (limited to 'tests/build-system-autotools.script')
-rwxr-xr-x | tests/build-system-autotools.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build-system-autotools.script b/tests/build-system-autotools.script index edee7adb..8d33ac0e 100755 --- a/tests/build-system-autotools.script +++ b/tests/build-system-autotools.script @@ -49,7 +49,7 @@ git commit --quiet -m "Convert hello to an autotools project" "$SRCDIR/scripts/test-morph" build chunk-repo farrokh hello.morph -for chunk in "$DATADIR/cache/"*.chunk.* +for chunk in "$DATADIR/cache/artifacts/"*.chunk.* do echo "$chunk:" | sed 's/[^.]*//' tar -tf "$chunk" | LC_ALL=C sort | sed '/^\.\/./s:^\./::' |