#!/usr/bin/python # # This file contains definitions that describe the output of glob. # # the shell executable. shell = "./esh" # the prompt printed by your shell prompt = "esh>" # the message sent once ls esh.* is called on the shell esh_files = "esh.c esh.h esh.o\r\n" # the message sent once ls esh.* esh-grammar.* is called esh_with_esh_grammar = "esh.c esh-grammar.l esh-grammar.o esh-grammar.y esh.h esh.o\r\n"