aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/testsuite/10domain-homedir.sh
blob: a3587d2a5ed6fcabbd342e19e3a1a3a20a0b1158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
# Test domain "implicit" paths.

# Create a domain, write an entry using implicit path, read using implicit
[ "`echo -e 'mkdir /home
introduce 1 100 7 /home
1 write entry1 create contents
read /home/entry1
dir /home' | ./xs_test 2>&1`" = "handle is 1
contents
entry1" ]