File: simple

package info (click to toggle)
python-pylibacl 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: ansic: 1,443; python: 913; makefile: 86; sh: 16
file content (6 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

# Change directory to ensure built version is not used.

cd "$AUTOPKGTEST_TMP"
python3 -c 'import posix1e; print(posix1e)'