repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
memfd
/
run_fuse_test.sh
blob
22e572e2d66abdc31fe6127b4d6176046760eb2a
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0
3
4
if
test -d
"./mnt"
;
then
5
fusermount
-u
.
/
mnt
6
rmdir
.
/
mnt
7
fi
8
9
set -e
10
11
mkdir mnt
12
.
/
fuse_mnt .
/
mnt
13
.
/
fuse_test .
/
mnt
/
memfd $@
14
fusermount
-u
.
/
mnt
15
rmdir
.
/
mnt