diff options
| author | Jeff Bilyk <jbilyk@gmail.com> | 2010-12-14 04:18:48 +0000 |
|---|---|---|
| committer | Jeff Bilyk <jbilyk@gmail.com> | 2010-12-14 04:18:48 +0000 |
| commit | 4e9667c8fe6d40e80271d54d391878344a2a68b2 (patch) | |
| tree | a6b5f84c8dcd41a0aaec2c26c2634e634fa75eda /tests/diffutils | |
| parent | bf71842f902eb5ae092ef5d57da409605f08a1aa (diff) | |
| download | apts-4e9667c8fe6d40e80271d54d391878344a2a68b2.tar.bz2 apts-4e9667c8fe6d40e80271d54d391878344a2a68b2.tar.xz | |
apts: add last of the old testing files, update missing-tests file with tests that didn't work
Add last of testing files from original apts, update missing-tests file
Diffstat (limited to 'tests/diffutils')
| -rw-r--r-- | tests/diffutils | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/diffutils b/tests/diffutils new file mode 100644 index 0000000..b7e7b1f --- /dev/null +++ b/tests/diffutils @@ -0,0 +1,9 @@ + apk_add $@ + echo a > a + echo b > b + echo a > c + diff3 a b c + rm a b c + apk_del $@ + # check that bb link is restored + [ `readlink /usr/bin/diff` = /bin/busybox ] |
