Skip to content

Commit

Permalink
ci: fix breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jan 20, 2020
1 parent 7046180 commit 31985f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test -z "`grep sh-packed-$1 /proc/$$/maps`"
test ! -s /proc/$$/exe

# make sure unpacking works
./unpapawify sh-packed-$1 sh-unpacked-$1
./build-$1/unpapawify sh-packed-$1 sh-unpacked-$1
cmp /bin/sh sh-unpacked-$1

# packed executables can be deleted while running
Expand Down Expand Up @@ -115,5 +115,5 @@ test x`./build-$1/test_putser` = xhello
test x`./build-$1/test_uncompressed` = xhello

# make sure unpacking of uncompressed binaries works
./unpapawify build-$1/test_uncompressed putser-unpacked
./build-$1/unpapawify build-$1/test_uncompressed putser-unpacked
cmp build-$1/putser putser-unpacked

0 comments on commit 31985f9

Please sign in to comment.