aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/testsuite/01simple.sh
blob: 9b1eb8f5c35274321694cdac27f18e09d54b7ce9 (plain)
1
2
3
4
#! /bin/sh

# Create an entry, read it.
[ "`echo -e 'write /test create contents\nread /test' | ./xs_test 2>&1`" = "contents" ]