Skip to content

Commit cddea3d

Browse files
committed
isomorph.tst: do not overwrite DIGARPHS_NautyAvailable
1 parent 74eac83 commit cddea3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tst/standard/isomorph.tst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,11 @@ fail
806806
gap> nauty := not DIGRAPHS_UsingBliss;;
807807
gap> DigraphsUseNauty();
808808
gap> DigraphsUseBliss();
809+
gap> p := DIGRAPHS_NautyAvailable;;
809810
gap> MakeReadWriteGlobal("DIGRAPHS_NautyAvailable");
810811
gap> DIGRAPHS_NautyAvailable := false;;
811812
gap> DigraphsUseNauty();
812-
gap> DIGRAPHS_NautyAvailable := true;;
813+
gap> DIGRAPHS_NautyAvailable := p;;
813814
gap> MakeReadOnlyGlobal("DIGRAPHS_NautyAvailable");
814815
gap> if not nauty then
815816
> DigraphsUseBliss();

0 commit comments

Comments
 (0)