mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
* added 2nd file test, sigh
git-svn-id: https://svn.exactcode.de/t2/trunk@72381 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
parent
38853ce0e5
commit
438f64bdf3
8
tests/021-file.cmd
Normal file
8
tests/021-file.cmd
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$QEMU" ] || exit 43
|
||||
|
||||
cd $SYSROOT
|
||||
[ -e usr/bin/file -a -e etc/fstab ] || exit 42
|
||||
|
||||
$QEMU -chroot $SYSROOT usr/bin/file -b TOOLCHAIN/pkgs/file-*.tar.zst
|
1
tests/021-file.out
Normal file
1
tests/021-file.out
Normal file
@ -0,0 +1 @@
|
||||
Zstandard compressed data (v0.8+), Dictionary ID: None
|
Loading…
x
Reference in New Issue
Block a user