File: f2fs.test

package info (click to toggle)
partclone 0.3.36%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,276 kB
  • sloc: ansic: 136,343; sh: 4,828; xml: 2,106; makefile: 501; asm: 383; perl: 106; sed: 16
file content (6 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/bash
# partclone.f2fs supports only little-endian (always fails on s390x)
le="$(echo -n I | hexdump -o | awk '{ print substr($2, 6, 1); exit}')"
[[ "${le}" != "0" ]] || exit 77

"$(dirname "$0")"/mini_clone_restore_test f2fs